home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga News 95
/
Amiga News 95.iso
/
dpat
/
dpat13
/
installation.francais
< prev
next >
Wrap
AmigaDOS Script File
|
1992-09-16
|
4KB
|
97 lines
.key param
;here is DP Managing 2.21 script installation
;Author : David Scrève
;Version : 2.21
;Revision : 6.52
;Date : 92-09-16
;size : 3553 octets
; CopyRight David Scrève © 1992
Failat 20
;this script must be execute from DF0: with a complete OS 2.04
echo "Installation de DP Managing 2.21 dans : "<param>
echo "CopyRight David Scrève © 1992"
Ask "Voulez-vous continuer (Y/N) ?"
if WARN
Version >NIL: exec.library 37
If WARN
Echo "DP Managing nécessite un Kickstart V37 ou plus : installation impossible."
echo "Installation abandonnée..."
else
Version >NIL: LIBS:powerpacker.library
If NOT ERROR
Echo "Version de powerpacker.library déjà installée:"
Version LIBS:powerpacker.library
Echo ""
Endif
Ask "Install powerpacker.library version 35.274 ?"
If WARN
Copy :libs/powerpacker.library LIBS:powerpacker.library
Echo "*npowerpacker.library 35.274 copiée dans LIBS:"
Endif
Version >NIL: LIBS:reqtools.library
If NOT ERROR
Echo "Version de reqtools.library déjà installée:"
Version LIBS:reqtools.library
Echo ""
EndIf
Ask "Install version special Kickstart 2.0 de reqtools.library (37.726) ?"
If WARN
Copy ":libs/reqtools.library" LIBS:reqtools.library
Avail >NIL: FLUSH
Echo "*nreqtools.library (version pour 2.0) installée."
EndIf
Avail >NIL: FLUSH
cd "<param>"
makedir "DP Managing" >Nil:
copy df0:Icon/directory.info "DP Managing.info"
cd "DP Managing"
copy df0:muchmore c:muchmore
copy "df0:documentation/DP Managing.francais.info" "DP Managing.doc.info"
copy "df0:documentation/DP Managing.francais" "DP Managing.doc"
copy "df0:UserStyle.doc" "UserStyle.doc"
copy "df0:UserStyle.doc.info" "UserStyle.doc.info"
copy "df0:UpDate/2.21 UpDate.francais" "2.21 Update.doc"
copy "df0:UpDate/2.21 UpDate.francais.info" "2.21 UpDate.doc.info"
copy "df0:Icon/DPManaging_francais.info" "DP Managing.info"
makedir Adherent >Nil:
makedir Disque >Nil:
makedir Categorie >NIL:
makedir Tempdir >NIL:
cpu check 68030 >NIL:
if NOT WARN
echo "MC 68030 détecté"
cpu check 68882 >NIL:
if NOT WARN
echo "coprocesseur arithmétique MC 68882 détecté"
Ask "On installe la version compilée pour 68030/68882 (Y/N) ?"
if WARN
rename "DP Managing.info" "DP Managing 030.info"
copy "df0:DPManaging 2.21-030" "DP Managing 030"
else
echo "Pas de coprocesseur arithmétique MC 68882 détecté"
echo "Installation de la version compilée pou MC 68000..."
copy "df0:DPManaging 2.21" "DP Managing"
endif
else
echo "Pas de coprocesseur arithmétique MC 68882 détecté"
echo "Installation de la version compilée pou MC 68000..."
copy "df0:DPManaging 2.21" "DP Managing"
endif
else
echo "Pas de coprocesseur arithmétique MC 68882 détecté"
echo "Installation de la version compilée pou MC 68000..."
copy "df0:DPManaging 2.21" "DP Managing"
Endif
echo "Installation terminée."
Endif
else
echo "Installation abandonnée..."
endif